home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia1.dir / 00586_Script_ALLEY Skippy Go To < prev    next >
Text File  |  1995-05-21  |  862b  |  39 lines

  1. on mouseDown
  2.   put "GoTo" into f
  3.   put "GoToHL" into fHL
  4.   puppetSound "button.aif"
  5.   hiliter 23, f, fHL
  6. end 
  7.  
  8.  
  9.  
  10. on mouseUp
  11.   global gTheDay, theMovieName, payoffStart, payoffEnd,¼
  12.  whichPayOff, whichBuyer, gDayOrNight, whoIsIt, theStopFrame, thePayEnd
  13.   puppetsprite 48, false
  14.   turnOffDaycons
  15.   WhatDayIsIt
  16.   
  17.   
  18.   
  19.   if gDayOrNight = "D" then 
  20.     put "NoBuyers" into whichBuyer
  21.     put "SKDDKAL.MOV" into theMovieName
  22.     put "PayOff" into whichPayOff
  23.   end if
  24.   
  25.   if gDayOrNight = "N" then 
  26.     put "SkippyPayCont" into whichBuyer
  27.     put "SKNDKAL.MOV" into theMovieName 
  28.     put "BribePayOff" into whichPayOff
  29.     set whoIsIt = "Skippy"
  30.     set theStopFrame = 538
  31.     set thePayEnd = 686
  32.   end if
  33.   
  34.   set payoffStart = 0
  35.   set payoffEnd = 0
  36.   set the castNum of sprite 23 = cast "GoTo"
  37.   updatestage
  38.   richOrPoor
  39. end